home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fvsetup.exe / {app} / fv.dll / scripts / DefineSprite_41 / frame_20 / DoAction.as
Encoding:
Text File  |  2003-01-24  |  529 b   |  35 lines

  1. if(eval("/:user_wintimes") == "3")
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("success");
  6.       play();
  7.    }
  8.    stop();
  9. }
  10. else if(eval("/:user_lose") == "1")
  11. {
  12.    count = "1";
  13.    while("9" >= count)
  14.    {
  15.       if(getProperty("/" add count, _currentframe) == "1")
  16.       {
  17.          tellTarget("/" add count)
  18.          {
  19.             gotoAndStop(4);
  20.          }
  21.       }
  22.       count += "1";
  23.    }
  24.    stop();
  25. }
  26. else
  27. {
  28.    tellTarget("/")
  29.    {
  30.       gotoAndStop("start2");
  31.       play();
  32.    }
  33.    stop();
  34. }
  35.